home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / prokit34.zip / KITINIT.INT < prev    next >
Text File  |  1991-04-01  |  779b  |  40 lines

  1.  
  2. (*
  3.  * Copyright 1987, 1991 Samuel H. Smith;  All rights reserved
  4.  *
  5.  * This is a component of the ProDoor System.
  6.  * Do not distribute modified versions without my permission.
  7.  * Do not remove or alter this notice or any other copyright notice.
  8.  * If you use this in your own program you must distribute source code.
  9.  * Do not use any of this in a commercial product.
  10.  *
  11.  *)
  12.  
  13. (*
  14.  * KitInit - initialization unit for ProKit system (3-1-89)
  15.  *
  16.  *)
  17.  
  18. unit KitInit;
  19.  
  20. interface
  21.  
  22.    Uses
  23.      MiniCrt,
  24.      Tools,
  25.      MDosio,
  26.      OpenShare,
  27.      Debugs,
  28.      ProData,
  29.      ProBye,
  30.      ProSysf,
  31.      ProRoot,
  32.      ProUtil,
  33.      ProUtil2;
  34.  
  35.    procedure init;
  36.    procedure uninit;
  37.    procedure close_down_door(messages: boolean);
  38.  
  39. implementation
  40.